Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 465f117dcd4a0c83e5702ee56dec01ef49c605e7


Parents : 385cf78
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-03-01T00:35:08+01:00

Updated version and dependency versions

Changes

2 files changed, 2 insertions(+), 2 deletions(-)

M sbapp/main.py +1 -1
M setup.py +1 -1

Diff

diff --git a/sbapp/main.py b/sbapp/main.py
index c186fa2f..421bf013 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "0.7.9"
+__version__ = "0.8.0"
__variant__ = "beta"
import sys

diff --git a/setup.py b/setup.py
index 5fb4cfac..2beda784 100644
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,7 @@ setuptools.setup(
'sideband=sbapp:main.run',
]
},
- install_requires=["rns>=0.7.1", "lxmf>=0.3.9", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
+ install_requires=["rns>=0.7.2", "lxmf>=0.4.0", "kivy>=2.2.1", "plyer", "pillow", "qrcode", "materialyoucolor"],
extras_require={
"macos": ["pyobjus"],
},


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────